projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5819280
)
plat/arm: tzc_dmc500: Add missing plat_arm.h include
author
Nariman Poushin
<
[email protected]
>
Fri, 27 Apr 2018 17:49:52 +0000
(18:49 +0100)
committer
Nariman Poushin
<
[email protected]
>
Fri, 3 Aug 2018 16:42:54 +0000
(17:42 +0100)
This omission causes a build error as the definition for
arm_tzc_regions_info_t is needed from plat_arm.h
Change-Id: I26935ee90d3e36ab6a016ff2c4eee4413df3e4e8
Signed-off-by: Nariman Poushin <
[email protected]
>
plat/arm/common/arm_tzc_dmc500.c
patch
|
blob
|
history
diff --git
a/plat/arm/common/arm_tzc_dmc500.c
b/plat/arm/common/arm_tzc_dmc500.c
index 89c502cce6c1a032cee6c521a07b69d667760cd5..8cb81e7ae595d5abd7d371b1313d3c9eb0f0fdd7 100644
(file)
--- a/
plat/arm/common/arm_tzc_dmc500.c
+++ b/
plat/arm/common/arm_tzc_dmc500.c
@@
-7,6
+7,7
@@
#include <arm_def.h>
#include <assert.h>
#include <debug.h>
+#include <plat_arm.h>
#include <platform_def.h>
#include <tzc_dmc500.h>